/**

  * Name: GainGrower

  * Version: 1.0

  * Author: Themesflat

  * Author URI: http://www.themesflat.com

*/

@import url("owl.carousel.css");

@import url("font-awesome.css");

@import url("ionicons.css");

@import url("shortcodes.css");

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Sue+Ellen+Francisco&display=swap");

@import url("bootstrap.css");

@import url("animate.css");

@import url("responsive.css");

@import url("magnific-popup.css");

@import "../rev-slider/css/settings.css";

@import "../rev-slider/css/layers.css";

@import "../rev-slider/css/navigation.css";

/**

* Reset

* Repeatable Patterns

* Header 

* Main Menu

* rev-slider

* testimonials home

* brand

* blog home

* instagram-home

* Footer

* Footer Bottom

* Mobile navigation

* GoTop

* Preloader

*/

/* Reset

------------------------------------------------------------- */

html {
  overflow-y: scroll;

  -webkit-text-size-adjust: 100%;

  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1;

  -webkit-font-smoothing: antialiased;

  -webkit-text-size-adjust: 100%;

  -ms-text-size-adjust: 100%;
}

.forced {
  display: flex;
  flex-direction: column; /* Stack items vertically */
  align-items: center; /* Align items to the left (or other alignment) */
}

@media screen and (max-width: 576px) {
  .product-description {
    padding-left: 20px;
  }
}

.product-title h2,
h3,
h5 {
  padding: 0;
  margin: 0;
  color: #235fba;
  font-weight: 800;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
  font-family: inherit;

  font-size: 100%;
  /* 
  font-weight: inherit;

  font-style: inherit; */

  vertical-align: baseline;

  /* margin: 0;

  padding: 0;

  border: 0;

  outline: 0; */

  /* background: transparent; */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* ol,
ul {
  list-style: none;
} */

/* blockquote,
q {
  -webkit-hyphens: none;

  -moz-hyphens: none;

  -ms-hyphens: none;

  hyphens: none;

  quotes: none;
} */

/* figure {
  margin: 0;
} */

/* :focus {
  outline: 0;
} */

/* table {
  border-collapse: collapse;

  border-spacing: 0;
} */

/* img {
  border: 0;

  -ms-interpolation-mode: bicubic;

  vertical-align: middle;
} */

/* legend {
  white-space: normal;
} */

/* button,
input,
select,
textarea {
  font-size: 100%;

  margin: 0;

  max-width: 100%;

  vertical-align: baseline;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;
} */

/* button,
input {
  line-height: normal;
} */

input,
textarea {
  background-image: -webkit-linear-gradient(
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0)
  ); /* Removing the inner shadow, rounded corners on iOS inputs */
}

/* button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  line-height: 1; */

/* cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */

/* -webkit-appearance: button; Corrects inability to style clickable 'input' types in iOS */

/* border: none;
} */

input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;

  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;
}

/* Repeatable Patterns

-------------------------------------------------------------- */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;
}

body {
  font: 16px/30px "Open Sans", sans-serif;

  background-color: #fff;

  /* color: #798883; */

  margin: 0;
}

a {
  text-decoration: none;

  color: #435a52;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: #e6d54f;

  text-decoration: none;

  outline: 0;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

ul,
ol {
  padding: 0;
}

img {
  max-width: 100%;

  height: auto;
}

b,
strong {
  font-weight: 900;
}

button {
  border: none;
}

/* button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;

  color: white;

  font-family: "Open Sans", sans-serif;

  font-weight: 400;

  position: relative;

  height: 64px;

  width: 160px;

  cursor: pointer;

  line-height: 65px;

  font-size: 18px;

  background-color: #3e483c;

  letter-spacing: 0px;

  text-transform: uppercase;

  -webkit-border-radius: 3px;

  -ms-border-radius: 3px;

  -o-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out; 
}*/

/* button.search-submit-form {
  position: absolute;

  right: 2px;

  top: 7px;

  padding: 0px 10px;

  color: #999999;

  background-color: transparent;

  display: inline-block;

  height: 29px;

  line-height: 31px;

  font-size: 12px;

  text-transform: uppercase;

  font-weight: 700;

  border-radius: 0;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
} */

/* select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="email"] {
  position: relative;

  display: block;

  width: 100%;

  line-height: 24px;

  padding: 5px 27px;

  color: #798883;

  font-size: 14px;

  background-color: #f7f0ea;

  border-radius: 3px;

  margin-bottom: 20px;

  margin-top: 20px;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
} */

/* textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  box-shadow: none;
}

input[type="checkbox"] {
  display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
  color: #798883;

  opacity: 1;
}

input:-ms-input-placeholder {
  color: #798883;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #798883;

  opacity: 1;
} */

/* bootstrap resetting elements */

/* textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  -webkit-appearance: none;

  text-shadow: none;

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  -o-box-shadow: none;

  box-shadow: none;

  color: #798883;
} */

.blog-single .entry p {
  margin-bottom: 40px;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;

  font-weight: 500;

  color: #435a52;
} */

h1 {
  font-size: 72px;

  line-height: 86px;
}

h2 {
  font-size: 36px;

  line-height: 50px;
}

h3 {
  font-size: 32px;

  line-height: 38px;
}

h4 {
  font-size: 24px;

  line-height: 20px;
}

h5 {
  /* font-size: 100px; */

  /* line-height: 70px; */
}

h6 {
  font-size: 18px;

  line-height: 28px;
}

/* h3 {
  color: rgb(0, 0, 0);
} */

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.button1 {
  background-color: #e6d54f;

  color: #4e6252;
}

.button3::before,
.button1::before {
  border: 0.1px solid #c4b94b !important;
}

.button2 {
  background-color: #297d53;

  color: white;
}

.button2::before {
  border: 0.1px solid #549775 !important;
}

.button:hover::before,
.button2:hover::before {
  border: 0.1px solid #c4b94b !important;
}

.button3 {
  background-color: #e6d54f;

  color: rgb(2, 2, 2);
}

.button2:hover,
.button:hover {
  background-color: #e6d54f;

  color: rgb(0, 0, 0);
}

.button1:hover {
  background-color: #297d53;

  color: white;
}

.button1:hover::before {
  border: 0.1px solid #fff !important;

  transition: 0.5s all;
}

.button3:hover {
  background-color: #2c332b;

  color: white;
}

.button3:hover::before {
  border: 1px solid #4e6252 !important;
}

.submit::before,
.button::before,
.button1::before,
.button2::before,
.button3::before {
  border: none;

  font-family: "Open Sans", sans-serif;

  font-size: 18px;

  cursor: pointer;

  height: 57px;

  width: 152px;

  border-radius: 3px 3px 3px 3px;

  text-transform: uppercase;

  border: 0.1px solid #565c55;

  content: "";

  position: absolute;

  top: 3.8px;

  left: 4px;

  right: 0;

  bottom: 0;

  transition: 0.5s all;
}

.submit::after,
.button::after,
.button1::after,
.button2::after,
.button3::after {
  content: "+";
}

.p0 {
  padding: 0;
}

.m0 {
  margin: 0;
}

/* Header 

---------------------------------------------------------------*/

#header {
  background: url("../images/background/sld-home.jpg") fixed no-repeat;

  background-size: cover;

  position: relative;

  height: 600px;

  width: 100%;
}

#header .overlay {
  position: absolute;

  left: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  background-color: #5a6259;

  opacity: 0.7;
}

.header-wrap {
  padding-left: 9.3%;

  /* position: relative; */

  z-index: 999;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  -ms-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

  background-color: #2c332b;
}

/* .header-wrap .col-md-6{

	margin-left: -35px;

}  */

.header-wrap .col-md-3 {
  margin-left: -190px;
}

.list-social {
  display: flex;

  line-height: 120px;

  margin-right: 74px;

  z-index: 99;
}

.header-right {
  float: right;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  -ms-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;
}

.header-right .fa {
  color: #fff;

  padding: 0px 26px 0 0px;

  font-size: 16px;
}

.fa-twitter:before {
  content: "\f099";

  display: inline-block;

  width: 1em;

  height: 1em;

  content: "";

  background-color: currentColor;

  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>')
    no-repeat center;

  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>')
    no-repeat center;

  background-position: center 3px;
}

.list-social :hover {
  color: rgb(230, 255, 6);
}

#header .header-right .fa :hover {
  color: rgb(247, 10, 10);

  padding: 0px 30px 0 0px;
}

#header .icon-cart {
  font-size: 30px;
}

#header .header-title {
  text-align: center;
}

#header .title-two {
  padding: 15px 10px 0 0;
}

#header .heading-title-2-inner-page::after {
  content: "\f105";

  font-family: "FontAwesome";
}

.text-18-style {
  font-family: "Open Sans", sans-serif;

  font-weight: 500;

  font-size: 18px;

  line-height: 28px;
}

.title-32 {
  font-family: "Open Sans", sans-serif;

  font-weight: 500;

  font-size: 32px;

  line-height: 38px;

  color: rgb(0, 0, 0);
}

.title-24 {
  font-family: "Open Sans", sans-serif;

  font-weight: 500;

  font-size: 24px;

  line-height: 28px;

  color: #fff;
}

/* header-fixed */

.header-wrap.is-fixed {
  background-color: #2c332b;

  position: fixed;

  top: -151px;

  left: 0;

  width: 100%;

  z-index: 999;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  -ms-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;
}

.header-wrap.is-fixed.is-small {
  top: 0;

  height: 100px;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  -ms-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;
}

.header-wrap.is-fixed.is-small #logo img,
.header-wrap.is-fixed.is-small .time {
  height: 100px;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  -ms-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;
}

.header-wrap.is-fixed.is-small .list-social,
.header-wrap.is-fixed.is-small #mainnav .menu > li > a {
  line-height: 100px;
}

.header-wrap.is-fixed.is-small .time .list-time-1 {
  padding: 0 0 0 3px;
}

/* Main Menu

---------------------------------------------------------------*/

.nav-wrap {
  float: left;

  line-height: 60px;

  position: relative;

  z-index: 999;
}

#mainnav .menu > li {
  display: inline-block;

  position: relative;
}

#mainnav .menu > li > a {
  line-height: 120px;

  display: inline-block;

  padding: 0 18.5px 0 0;

  font-size: 18px;
}

#mainnav.tf-menu .menu > li > a {
  line-height: 138px;
}

#mainnav .menu li a {
  font-family: "Open Sans", sans-serif;

  color: #fff;

  font-weight: 600;
}

#mainnav .menu > li > a:hover,
#mainnav .menu .current-menu-item a,
#mainnav-mobi .menu .current-menu-item > a,
#mainnav-mobi .menu .current-item > a {
  color: #e6d54f !important;
}

#mainnav .menu a.current-menu-item {
  color: #e6d54f !important;
}

#mainnav .menu > li > a:hover {
  color: #e6d54f !important;
}

#mainnav .menu > li:last-child a {
  padding-right: 0;
}

#mainnav .menu > li a i.fa {
  padding-left: 3px;

  font-size: 15px;
}

/* sub menu */

#mainnav .menu > li > .sub-menu {
  opacity: 0;

  font-size: 18px;

  position: absolute;

  width: max-content;

  color: #e6d54f;

  background-color: #297d53;

  left: 0;

  visibility: hidden;

  -webkit-transition: all 0.1s ease-in-out;

  -moz-transition: all 0.1s ease-in-out;

  -ms-transition: all 0.1s ease-in-out;

  -o-transition: all 0.1s ease-in-out;

  transition: all 0.1s ease-in-out;
}

#mainnav .menu > li > .sub-menu:before {
  content: "";

  position: absolute;

  top: -7px;

  left: 30px;

  border-bottom: 7px solid #297d53;

  border-right: 7px solid transparent;

  border-left: 7px solid transparent;
}

#mainnav .menu > li:hover > .sub-menu {
  opacity: 1;

  z-index: 1;

  left: 10px;

  visibility: visible;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

#mainnav .menu > li > .sub-menu > li > a {
  display: block;

  padding: 0px 15px 0px 15px;

  line-height: 55px;

  border-bottom: 1px solid #ffffff14;

  color: #fff;
}

#mainnav .menu > li > .sub-menu::before:hover {
  color: #fff;

  background-color: #fff;
}

#mainnav .menu > li > .sub-menu > li > a:hover,
#mainnav .menu > li > .sub-menu > li > .sub-item {
  color: #e6d54f;
}

.mainnav {
  margin: 2px 0 0 0;
}

.mainnav.home1 {
  margin: 2px 0 0 21px;
}

/* Time

---------------------------------------------------------------*/

.time {
  height: 120px;

  width: 365px;

  background-color: #297d53;

  border-bottom-left-radius: 100px;

  border-top-left-radius: 100px;

  font-family: "Open Sans", sans-serif;

  font-size: 24px;

  font-weight: 400;

  text-transform: uppercase;

  float: right;

  z-index: 999;
}

.time .list-time-1 {
  color: #ffffff;

  text-align: center;

  padding: 30px 0 0 3px;
}

.time .list-time-2 {
  color: #e6d54f;

  padding: 5px 0px 0 68px;
}

/* rev-slider

-------------------------------------------------------------- */

.slider-home {
  position: absolute;

  width: 100%;
}

.slider-home .swiper-container {
  width: 100%;

  height: 100%;
}

.bg-slider-1 {
  /*background-color: #5a6259;*/

  /*opacity: 0.5;*/

  width: 100%;

  height: 850px;

  position: absolute;

  top: 0;

  left: 0;

  z-index: 20;
}

.button-slider,
.tp-img,
.title-55 {
  z-index: 30;
}

.slider-home .swiper-slide {
  text-align: center;

  font-size: 18px;

  background: #fff;

  background-image: url("images/sld-home.png");

  height: 850px;

  width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  -webkit-justify-content: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  -webkit-align-items: center;

  align-items: center;

  overflow: hidden;

  z-index: 1;
}

.slider-home .swiper-slide .image-slider {
  margin: -100px 0px 0 22px;

  z-index: -1;
}

.title-55 {
  font-family: "Sue Ellen Francisco", sans-serif !important;

  font-weight: 500;

  text-transform: uppercase;

  color: #fff;
}

.slider-home .button-prev {
  cursor: pointer;

  position: absolute;

  top: 52.8%;

  left: 40px;

  height: 70px;

  background-color: rgba(255, 255, 255, 0.1);

  border-radius: 35px;

  z-index: 99;

  width: 70px;

  padding: 24px 0px 0 30px;

  font-weight: bold;

  font-size: 18px;

  transition: 0.6s ease;

  user-select: none;
}

.slider-home .button-next {
  cursor: pointer;

  position: absolute;

  top: 52.8%;

  right: 40px;

  height: 70px;

  width: 70px;

  background-color: rgba(255, 255, 255, 0.1);

  border-radius: 35px;

  z-index: 99;

  padding: 24px 0px 0 30px;

  font-weight: bold;

  font-size: 18px;

  transition: 0.6s ease;

  user-select: none;
}

.slider-home .fa {
  font-size: 20px;

  color: #fff;

  z-index: 999;

  position: absolute;
}

.slider-home .button-prev:hover,
.slider-home .button-next:hover {
  background-color: #297d53;

  color: rgb(255, 255, 255);

  opacity: 1;
}

.button-prev:hover,
.button-next:hover .fa {
  opacity: 1;

  color: rgb(255, 255, 255);
}

/*End rev-slider

-------------------------------------------------------------- */

.section-about {
  padding-top: 130px;
}

.tf-about .title-about {
  margin-bottom: 25px;
}

.tf-about .img-about {
  position: absolute;

  left: 50%;

  top: 0;

  z-index: -1;

  margin-left: -60px;
}

.tf-about .inner-title-about {
  font-size: 18px;

  color: #297d53;

  font-weight: 700;

  letter-spacing: 9px;

  text-transform: uppercase;

  padding-left: 10px;

  margin-bottom: 35px;
}

.tf-about .text-about {
  margin-bottom: 60px;

  line-height: 28px;

  padding: 0 200px 0 200px;

  text-align: center;
}

.tf-about .img-video {
  position: relative;
}

.tf-about .img-video img {
  height: 100%;
}

.img-video .video-play {
  height: 100px;

  width: 100px;

  background-color: #e6d54f;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  border-radius: 5px;

  font-size: 20px;
}

.img-video .video-play::after {
  height: 90px;

  width: 90px;

  background-color: #e6d54f;

  position: absolute;

  border-radius: 5px;

  font-size: 20px;

  border: 0.1px solid #999595;

  content: "";

  top: 5px;

  left: 5px;

  right: 0;

  bottom: 0;
}

.img-video .video-play .bi {
  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  position: absolute;

  color: #222222;

  height: 52px;

  width: 52px;

  z-index: 99;

  opacity: 0.8;
}

.img-video .video-play:hover {
  opacity: 0.6;
}

/* counter home */

.section-counter {
  padding: 110px 0 115px 0;
}

.subtitle-history,
.subtitle-portfolio,
.subtitle-counter {
  font-size: 14px;

  color: #297d53;

  font-weight: 700;

  letter-spacing: 7px;

  text-transform: uppercase;

  margin-bottom: 11px;
}

.heading-counter .title-counter {
  padding-right: 100px;

  color: #3e483c;
}

.title-portfolio {
  color: #3e483c;
}

.tf-wrap {
  margin: 40px 0px 0 0;
}

.counter-style72 {
  color: #297d53;

  font-size: 72px;

  line-height: 60px;

  font-family: "Open Sans", sans-serif;

  font-weight: 500;
}

.sub-text-counter {
  margin: 18px 0 0px 0;

  font-size: 14px;

  font-weight: 700;

  padding-right: 52px;

  text-transform: uppercase;

  line-height: 24px;
}

.color-black {
  color: black;
}

/* service home */

.section-service {
  background-color: #f7f0ea;

  padding: 110px 0 120px 0;
}

.heading-service .title-service {
  margin-bottom: 12px;
}

.heading-service .img-service {
  margin-bottom: 71px;
}

.box-service {
  box-shadow: 0 20px 35px -5px rgba(101, 102, 99, 0.25);

  background-color: #fff;

  width: 100%;

  height: 100%;

  position: relative;

  margin-bottom: 91px;

  transition: 0.5s all;
}

.box-service img {
  width: 100%;
}

.box-service .inner-box-service {
  padding: 20px 30px 40px 30px;
}

.wrap-title {
  width: 105px;

  height: 30px;

  background-color: #297d53;

  color: white;

  font-size: 13px;

  font-weight: 600;

  border-radius: 5px;

  text-align: center;

  transition: 0.5s all;
}

.box-service .inner-box-service .bottom20 {
  margin-bottom: 20px;
}

.box-service h3:hover {
  color: #e6d54f;
}

.box-service .wrap-title:hover {
  background-color: #e6d54f;
}

.box-service h3 {
  margin-bottom: 18px;

  transition: 0.5s all;
}

.box-service .subtext-service {
  line-height: 29px;
}

.box-service .icon-right {
  width: 40px;

  height: 40px;

  background-color: #ffffff;

  text-align: center;

  border-radius: 35px;

  border: #e6d54f solid 2px;

  position: absolute;

  bottom: -22px;

  right: 30px;

  line-height: 32px;

  font-size: 16px;

  color: #a2a8a3;

  transition: 0.5s all;
}

/* active service*/

.box-service:hover,
.box-service.active {
  background-color: #297d53;

  transition: 0.5s all;
}

.box-service:hover .wrap-title,
.box-service.active .wrap-title {
  color: rgb(0, 0, 0);

  background-color: #e6d54f;

  transition: 0.5s all;
}

.box-service:hover h3,
.box-service.active h3 {
  color: #ffffff;
}

.box-service:hover p,
.box-service.active p {
  color: #ffffff;

  transition: 0.5s all;
}

.box-service:hover h3:hover,
.box-service.active h3:hover {
  color: #e6d54f;

  transition: 0.5s all;
}

.box-service:hover .icon-right,
.box-service.active .icon-right {
  background-color: #e6d54f;

  border: #e6d54f solid 2px;

  transition: 0.5s all;

  color: #9b9445;
}

/* end color service*/

/* portfolio home */

.section-portfolio {
  padding: 110px 0 120px 0;
}

.button-portfolio {
  text-align: right;

  margin: 85px 0 68px 0;
}

.img-box {
  position: relative;

  transition: 0.5s ease;
}

.img-box .img-tf-1,
.img-tf-2,
.img-tf-3,
.img-tf-4,
.img-tf-5,
.img-tf-6 {
  width: 100%;

  display: block;

  height: auto;

  position: relative;
}

.img-box .img-tf-4 {
  margin: -35% 0 0 0;
}

.img-box .img-tf-5 {
  margin: 6.3% 0 0px 0;
}

.img-box .img-tf-6 {
  margin: -33% 0 0 0;
}

.img-box .tf-cat-portfolio {
  width: 105px;

  height: 30px;

  background-color: #297d53;

  color: #fff !important;

  font-size: 13px;

  font-weight: 600;

  border-radius: 5px;

  text-align: center;

  top: -15px;

  left: 20px;

  position: absolute;

  transition: 0.5s ease;
}

.img-box .tf-cat-portfolio:hover {
  opacity: 0.8;

  transition: 0.5s ease;
}

.img-box .tf-cat-portfolio a {
  color: #fff !important;
}

.img-box .tf-wrap-content-portfolio {
  left: 0;

  right: 0;

  width: 85%;

  background-color: #e6d54f;

  position: absolute;

  padding: 9% 40px 25px 30px;

  transition: 0.5s ease;

  bottom: -0.1%;

  opacity: 0;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.img-box.active .tf-wrap-content-portfolio,
.img-box:hover .tf-wrap-content-portfolio {
  bottom: 0;

  right: 0;

  left: 0;

  width: 85%;

  background-color: #e6d54f;

  position: absolute;

  padding: 9% 40px 25px 30px;

  opacity: 1;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

  -ms-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;
}

.img-box .tf-readmore-portfolio {
  border-radius: 35px;

  width: 70px;

  height: 70px;

  background-color: #ffffff;

  text-align: center;

  opacity: 1;

  position: absolute;

  top: 25%;

  right: -9%;

  line-height: 70px;

  overflow: hidden;

  transition: 0.5s ease;
}

.img-box .tf-readmore-portfolio::before {
  content: "\f105";

  font-family: "FontAwesome";

  position: absolute;

  font-size: 20px;

  color: #9da19d;
}

.img-box .tf-readmore-portfolio:hover {
  background-color: #297d53;

  opacity: 0.8;
}

.img-box .tf-readmore-portfolio:hover:before {
  color: #fff;
}

.img-box .tf-wrap-content-portfolio .tf-title-portfolio a {
  color: #49513d;
}

.img-box .tf-wrap-content-portfolio .tf-title-portfolio a:hover {
  color: #297d53;
}

/* banner home */

.section-banner {
  background: url("../images/background/banner.jpg") no-repeat fixed center;

  width: 100%;

  height: auto;

  display: block;

  padding: 6.5% 0 6.2% 0;

  position: relative;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  background-size: cover;
}

.overlay-banner {
  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  width: 100%;

  height: 100%;

  background-color: #444644;

  opacity: 0.6;

  position: absolute;
}

.tf-banner img {
  margin-bottom: 22px;
}

.tf-banner .title-banner {
  margin-bottom: 42px;

  padding: 0 10px 0 10px;

  line-height: 120px;

  color: #ffffff;

  font-size: 100px;

  font-family: "Open Sans", sans-serif;

  font-weight: 500;
}

/* team home */

.section-team {
  padding: 120px 0 0 0;
}

.heading-team h1 {
  margin-bottom: 10px;
}

.heading-team img {
  margin-bottom: 70px;
}

.team-box {
  background-color: #f7f0ea;

  border-radius: 3px;
}

.team-box .list-team-box {
  padding: 20px 30px 20px;
}

.team-box .list-team-box h3 {
  color: #4a5348;

  margin-bottom: 3px;

  transition: 0.5s;
}

.team-box .list-team-box:hover .icon-team .fa:hover,
.team-box .list-team-box:hover .title-team-box:hover {
  color: #e6d54f;

  transition: 0.5s;
}

.team-box .icon-team .fa {
  padding: 0px 13px 0 0px;

  color: #3e483c;

  transition: 0.5s;
}

.tf-gallery .hover-gallery,
.team-box .hover-team {
  overflow: hidden;
}

.tf-gallery .hover-gallery .img-galery,
.team-box .hover-team .img-team-box {
  width: 100%;

  height: auto;

  transition: 0.5s;
}

.tf-gallery .hover-gallery .img-galery:hover,
.team-box .hover-team .img-team-box:hover {
  transform: scale(1.2);

  transition: 0.5s;
}

.team-box .list-team-box:hover {
  background-color: #297d53;

  transition: 0.5s;
}

.team-box .list-team-box:hover .title-team-box,
.team-box .list-team-box:hover .icon-team .fa {
  color: #fff;
}

/* history home */

.section-history {
  padding: 106px 0 261px 0;

  position: relative;

  background-image: url("../images/background/history.png");

  background-repeat: no-repeat;

  background-position: 950px;
}

.tf-img-history .img-1-history {
  float: right;
}

.tf-img-history .img-2-history {
  float: left;

  margin: -362px 0px 0 0px;
}

.tf-img-history .img-3-history {
  float: right;

  margin: -370px 0 0px 0;
}

.tf-img-history .img-4-history {
  margin: -61% 0 0 18%;
}

.heading-history {
  margin: 162px 0 0 0;
}

.heading-history.tf-heading2 {
  margin: 114px 0 0 0;
}

.heading-history .subtitle-history {
  margin-bottom: 18px;
}

.heading-history .title-history {
  margin-bottom: 27px;
}

.heading-history .text-history {
  line-height: 29px;

  margin-bottom: 37px;
}

.history-box {
  margin-bottom: 22px;

  display: flex;
}

.history-box li {
  display: flex;

  width: 50%;
}

.history-box .icon-tf.icon-mon {
  margin-left: 30px;
}

.history-box .title-icon {
  font-family: "Open Sans", sans-serif;

  font-size: 24px;

  font-weight: 400;

  text-transform: uppercase;

  line-height: 57px;

  margin: 0px 0 0 20px;

  color: #000;
}

.button-history {
  margin: 67px 0 0px 0;
}

/* testimonials home */

.section-testimonials {
  background-image: url("../images/background/testimonials.jpg");

  width: 100%;

  height: 100%;

  padding-top: 110px;

  padding-bottom: 275px;
}

.heading-testimonials p {
  color: #e6d54f;
}

.heading-testimonials h3 {
  color: #ffff;

  padding: 0px 110px 0 0px;
}

.button-testimonials {
  float: right;

  margin: 84px 0 0 0;
}

.tf-testi {
  box-shadow: 0 20px 35px -5px rgba(101, 102, 99, 0.25);

  width: 100%;

  background-color: #ffff;

  margin-top: -213px;

  padding: 120px 0px 20px 0px;
}

.tf-testi .testi-box img {
  width: 100px !important;

  height: 100px !important;

  position: relative;

  background-repeat: no-repeat;

  margin-bottom: 45px;
}

.tf-testi .testi-box h3 {
  padding: 0px 20px 30px 20px;

  color: #798883;

  text-align: center;

  margin: 0 auto;

  margin-bottom: 42px;
}

.tf-testi .design {
  display: flex;
}

.tf-testi .design .name-design {
  padding-left: 22.5%;

  font-size: 16px;

  color: #000000;

  font-weight: 700;

  text-transform: uppercase;
}

.tf-testi .design .work-design {
  margin-left: 15%;

  font-size: 14px;
}

/* brand */

.section-brand {
  padding: 120px 0 120px 0;

  position: relative;
}

/* blog home */

.heading-our-news h1 {
  margin-bottom: 10px;
}

.heading-our-news img {
  margin-bottom: 70px;
}

.our-news-box {
  position: relative;

  margin-bottom: 80px;
}

.our-news-box.style-2 {
  position: relative;

  margin-bottom: 100px;
}

.our-news-box .img-news-box {
  position: relative;
}

.our-news-box .img-news-box img {
  width: 100%;
}

.our-news-box .img-news-box:hover .overlay-news {
  opacity: 0.5;

  background-color: #000000;
}

.our-news-box .overlay-news {
  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  height: 100%;

  width: 100%;

  transition: 0.5s ease;
}

.our-news-box .list-news {
  background-color: #f2f7f5;

  padding: 30px 45px 43px 30px;
}

.our-news-box .list-news .wrap-title-news {
  width: 105px;

  height: 30px;

  background-color: #297d53;

  position: absolute;

  color: white;

  left: 30px;

  top: 30px;

  text-align: center;

  font-size: 13px;

  font-family: "Open Sans", sans-serif;

  font-weight: 600;

  border-radius: 5px;
}

.our-news-box .list-news h3 {
  color: #5a6f68;

  margin-bottom: 15px;
}

.our-news-box .list-news h3:hover {
  color: #297d53;
}

.our-news-box .list-news .subtext-blog {
  font-size: 16px;

  line-height: 1.8;

  margin-bottom: 15px;
}

.our-news-box .list-news .list-icon-news .fa {
  padding: 0 15px 0px 0;
}

.our-news-box .list-news .icon-right-box {
  width: 60px;

  height: 60px;

  background-color: #ffffff;

  text-align: center;

  border-radius: 35px;

  border: #e6d54f solid 2px;

  position: absolute;

  bottom: -30px;

  right: 30px;

  line-height: 55px;
}

.our-news-box .list-news .icon-right-box:hover {
  background-color: #e6d54f;

  border: #e6d54f solid 2px;
}

.our-news-box .list-news .icon-right-box:hover .fa {
  color: #fff;
}

.our-news-box .list-news .icon-right-box .fa {
  font-size: 20px;

  color: #afa648;
}

/* instagram-home */

.section-instagram {
  padding-top: 120px;
}

.box-instagram img {
  display: block;

  width: 100%;

  height: 200px;
}

.box-instagram:hover .overlay-instagram {
  height: 100%;
}

.box-instagram .overlay-instagram {
  height: 0;

  bottom: 0;

  left: 0;

  right: 0;

  overflow: hidden;

  width: 100%;

  transition: 0.5s ease;

  background-color: #e6d54f;

  position: absolute;

  opacity: 0.9;

  z-index: 1;
}

.box-instagram .text-instagram {
  white-space: nowrap;

  position: absolute;

  overflow: hidden;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  color: rgb(255, 255, 255);

  font-size: 13px;

  font-family: "Open Sans", sans-serif;

  font-weight: 600;

  background-color: #3e483c;

  z-index: 9999;

  height: 40px;

  width: 130px;

  text-align: center;

  line-height: 40px;
}

/* end body home 01 */

/* Footer 

---------------------------------------------------------------*/

#footer {
  background-color: #2c332b;

  margin-top: 0;

  height: auto;

  padding: 117px 0 50px 0;
}

#footer .container-fluid {
  max-width: 1550px;
}

.tf-footer img {
  margin-bottom: 47px;
}

.copy-right,
.tf-footer ul li a {
  font-family: "Open Sans", sans-serif;

  font-size: 16px;

  font-weight: 400;

  color: rgb(255, 238, 0);
}

.tf-footer .copy-right {
  margin-bottom: 16px;

  text-decoration: none;

  list-style-type: none;

  color: white;
}

.tf-footer .icon-footer .fa {
  padding: 0 20px 0 0px;

  color: #4b5349;

  font-size: 15px;
}

.tf-footer .icon-footer .fa:hover {
  color: #e6d54f;
}

.link-footer a:hover {
  color: #e6d54f;
}

.link-footer .list-link-1 {
  margin-left: -13px;
}

.link-footer .list-link-2 {
  margin-left: 28px;
}

.link-footer .list-link-3 {
  margin-left: 71px;
}

.link-footer ul li a {
  font-size: 14px;

  font-weight: 550;

  color: #75837e;

  line-height: 48px;

  text-decoration: none;
}

.link-footer h6 {
  color: white;

  margin-bottom: 5px;
}

.payment {
  float: right;

  margin-right: 4px;
}

.payment .img-payment {
  margin-top: 50px;
}

.link-footer {
  display: grid;

  grid-template-columns: 1fr 1fr;
}

.top-link li a {
  color: #fff !important;
}

.footer-column p {
  font-family: "Roboto", sans-serif;

  font-style: normal;
}

#block-102 a,
#block-104 a {
  color: #297d53;
}

#block-102 a:hover,
#block-104 a:hover {
  color: #e6d54f;
}

/* Footer Bottom

---------------------------------------------------------------*/

.footer-bottom {
  width: 100%;

  height: auto;

  background-color: #252c24;

  padding: 80px 0 70px 0px;
}

.title-footer-bottom {
  padding: 0px 50px 0px 0;
}

.title-footer-bottom i {
  font-family: "Open Sans", sans-serif;

  font-size: 60px;

  font-weight: 400;

  color: white;

  line-height: 70px;

  float: left;
}

.button-footer {
  float: right;

  line-height: 40px;

  margin-top: 30px;
}

/* End Footer Bottom */

/* fotter home 2 */

#footer.home2 {
  background-image: url("../images/background/footer-home2.jpg");

  margin-top: -5px;

  height: auto;

  padding: 121px 0 50px 0;

  position: relative;

  background-size: cover;
}

#footer.home2 .container-fluid {
  max-width: 1550px;
}

.footer-bottom.home2 {
  width: 100%;

  height: auto;

  background-image: url("../images/background/bottom-home2.jpg");

  padding: 80px 0 70px 0px;
}

.overlay-footer.home2 {
  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  width: 100%;

  height: 100%;

  background-color: #ffffff;

  opacity: 0.9;

  position: absolute;
}

.tf-footer.home2 .copy-right {
  margin-bottom: 16px;

  text-decoration: none;

  list-style-type: none;

  color: rgb(0, 0, 0);
}

.copy-right.home2,
.tf-footer.home2 ul li a {
  font-family: "Open Sans", sans-serif;

  font-size: 18px;

  font-weight: 400;

  color: #297d53;
}

.link-footer.home2 h6 {
  color: #297d53;

  margin-bottom: 5px;
}

.link-footer.home2 ul li a:hover {
  color: #297d53;
}

.cin {
  padding-top: 20px;
  display: block;
}

/* Mobile navigation

---------------------------------------- */

#mainnav-mobi {
  display: block;

  background-color: #252c24;

  z-index: 100000;

  position: absolute;

  width: 100%;

  top: 120px;

  left: 0;

  font-family: "Open Sans", sans-serif;

  font-weight: 500;

  font-size: 32px;
}

#mainnav-mobi ul {
  display: block;

  list-style: none;

  margin: 0;

  padding: 0;
}

#mainnav-mobi ul li {
  margin: 0;

  position: relative;

  text-align: left;

  border-top: 1px solid #3e483c;

  cursor: pointer;
}

#mainnav-mobi ul > li > a {
  text-decoration: none;

  padding: 0 15px;

  color: #fff;
}

#mainnav-mobi ul li a {
  line-height: 60px;
}

#mainnav-mobi ul.sub-menu {
  top: 100%;

  left: 0;

  z-index: 2000;

  position: relative;

  background-color: #252c24;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
  border-top: 1px solid #3e483c;

  background-color: #252c24;
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
  padding-left: 45px !important;
}

#mainnav-mobi ul.sub-menu > li > a {
  display: block;

  text-decoration: none;

  padding: 0 30px;

  border-top-color: rgba(255, 255, 255, 0.1);

  -webkit-transition: all 0.2s ease-out;

  -moz-transition: all 0.2s ease-out;

  -o-transition: all 0.2s ease-out;

  transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
  border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
  color: #fff;
}

.btn-menu {
  display: none;

  float: right;

  position: relative;

  background: transparent;

  cursor: pointer;

  top: 50px;

  right: 15px;

  width: 26px;

  /* height: 16px; */

  z-index: 100;

  -webkit-transition: all ease 0.238s;

  -moz-transition: all ease 0.238s;

  transition: all ease 0.238s;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
  background-color: #ffffff;

  -webkit-transition: all ease 0.238s;

  -moz-transition: all ease 0.238s;

  transition: all ease 0.238s;
}

.btn-menu:before,
.btn-menu:after {
  content: "";

  position: absolute;

  top: 0;

  height: 2px;

  width: 100%;

  left: 0;

  top: 50%;

  -webkit-transform-origin: 50% 50%;

  -ms-transform-origin: 50% 50%;

  transform-origin: 50% 50%;
}

.btn-menu span {
  position: absolute;

  width: 100%;

  height: 2px;

  left: 0;

  top: 50%;

  overflow: hidden;

  text-indent: 200%;
}

.btn-menu:before {
  -webkit-transform: translate3d(0, -7px, 0);

  transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
  -webkit-transform: translate3d(0, 7px, 0);

  transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
  opacity: 0;
}

.btn-menu.active:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);

  transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);

  transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
  position: absolute;

  right: 10px;

  top: 5px;

  font: 20px/50px "FontAwesome";

  text-align: center;

  cursor: pointer;

  width: 70px;

  height: 44px;
}

.btn-submenu:before {
  content: "\f107";

  color: #fff;
}

.btn-submenu.active:before {
  content: "\f106";
}

/* GoTop

-------------------------------------------------------------- */

.go-top {
  position: fixed !important;

  right: -35px;

  bottom: 15px;

  width: 50px;

  height: 50px;

  border-radius: 50%;

  cursor: pointer;

  background-color: #e6d54f;

  line-height: 40px;

  text-align: center;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  filter: alpha(opacity=0);

  opacity: 0;
}

.go-top.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  filter: alpha(opacity=100);

  right: 15px;

  opacity: 1;

  visibility: visible;

  z-index: 9999;
}

.go-top i {
  font-size: 12px;

  color: #fff;

  font-weight: 600;

  line-height: 50px;
}

.go-top:hover {
  background-color: #297d53;
}

.go-top:hover i {
  color: #e6d54f;
}

/* Preloader

-------------------------------------------------------------- */

.preloader {
  width: 100%;

  height: 100%;

  background-color: #fff;

  position: fixed;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  z-index: 9999999;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.clear-loading {
  text-align: center;

  position: absolute;

  top: 50%;

  left: 50%;

  margin: -50px 0 0 -50px;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  -ms-box-sizing: border-box;

  -o-box-sizing: border-box;

  box-sizing: border-box;
}

.loading-effect-2 {
  width: 100px;

  height: 100px;
}

.loading-effect-2 > span,
.loading-effect-2 > span:before,
.loading-effect-2 > span:after {
  content: "";

  display: block;

  border-radius: 50%;

  border: 2px solid #297d53;

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);
}

.loading-effect-2 > span {
  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  border-left-color: transparent;

  -webkit-animation: effect-2 2s infinite linear;

  -moz-animation: effect-2 2s infinite linear;

  -ms-animation: effect-2 2s infinite linear;

  -o-animation: effect-2 2s infinite linear;

  animation: effect-2 2s infinite linear;
}

.loading-effect-2 > span:before {
  width: 75%;

  height: 75%;

  border-right-color: transparent;
}

.loading-effect-2 > span:after {
  width: 50%;

  height: 50%;

  border-bottom-color: transparent;
}

@-webkit-keyframes effect-2 {
  from {
    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);

    -moz-transform: rotate(360deg);

    -ms-transform: rotate(360deg);

    -o-transform: rotate(360deg);

    transform: rotate(360deg);
  }
}

@keyframes effect-2 {
  from {
    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);

    -moz-transform: rotate(360deg);

    -ms-transform: rotate(360deg);

    -o-transform: rotate(360deg);

    transform: rotate(360deg);
  }
}

/* header custom css start */

#header-home {
  /* position: absolute; */

  width: 100%;
}

.menu-div {
  margin-left: 50px;
}

.img-logo1 img {
  height: 120px;
}

.time {
  height: 130px;

  width: 275px;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;
}

.time .list-time-1 {
  padding: 0;

  text-align: center;

  font-size: 20px;

  font-weight: bold;

  line-height: normal;
}

.time .list-time-2 {
  padding: 0;

  font-size: 20px;

  text-align: center;

  line-height: normal;

  font-weight: 600;
}

#mainnav ul {
  display: block;

  list-style: none;

  margin: 0;

  padding: 0;
}

#mainnav-mobi ul li {
  margin: 0;

  /* position: relative; */

  text-align: left;

  border-top: 1px solid #3e483c;

  cursor: pointer;

  padding: 0 15px;
}

#mainnav-mobi ul > li > a {
  text-decoration: none;

  padding: 0 15px;

  color: #fff;

  font-size: 18px;

  font-weight: 600;
}

/* header custom css end  */
